Release 10.1A: OpenEdge Development:
Web Services


Using the RUN Statement

This is the general syntax for invoking Web service operations using the RUN statement:

Syntax
RUN operationName IN hPortType [ ASYNCHRONOUS ... ] 
  [ ( parameter [ , parameter ] ... ) ] 
  [ NO-ERROR ] . 

As indicated, this statement invokes a Web service operation with the specified name (operationName) defined in the port type mapped to the specified procedure object handle (hPortType), passing any parameters with data types specified in the order they are defined for the operation by the WSDL Analyzer. Also, you can invoke any operation using the RUN statement either synchronously or asynchronously. For more information on asynchronous invocation for Web service operations, see Chapter 1, " Web Services in OpenEdge." For complete information on the RUN statement syntax, see OpenEdge Development: Progress 4GL Reference .


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095